Xend http access turned off by default.
authornivedita@hex <nivedita@hex>
Fri, 16 Dec 2005 11:46:58 +0000 (11:46 +0000)
committernivedita@hex <nivedita@hex>
Fri, 16 Dec 2005 11:46:58 +0000 (11:46 +0000)
Signed-off-by: Nivedita Singhvi (niv@us.ibm.com)
tools/examples/xend-config.sxp

index 4fd690757524c326e4da362421bc091e2fe84ff0..dedb2de160a83fc3ac914d08a1e25bf812020d21 100644 (file)
@@ -4,9 +4,9 @@
 # Xend configuration file.
 #
 
-# This example configuration is appropriate for an installation that trusts
-# only localhost connections, and is otherwise fully functional, with a
-# bridged network configuration.
+# This example configuration is appropriate for an installation that 
+# utilizes a bridged network configuration. Access to xend via http
+# is disabled.  
 
 # Commented out entries show the default for that entry, unless otherwise
 # specified.
@@ -15,7 +15,6 @@
 #(loglevel DEBUG)
 
 #(xend-http-server no)
-(xend-http-server yes)
 #(xend-unix-server yes)
 #(xend-relocation-server no)
 (xend-relocation-server yes)
@@ -34,7 +33,7 @@
 # Specifying 'localhost' prevents remote connections.
 # Specifying the empty string '' (the default) allows all connections.
 #(xend-address '')
-(xend-address localhost)
+#(xend-address localhost)
 
 # Address xend should listen on for relocation-socket connections, if
 # xend-relocation-server is set.